To customize
User License Agreement
╗ Implemented In The Corporate Version ONLY «
You can specify a User License Agreement text that will be displayed before the instllation starts. The user must agree with this agreement to proceed.
1. Clik on the NEXT button in the Compile an Installable Screen Saver - Step 2 of 6 dialog box.
2. Check this option "Add a User License Agreement" to display a User License Agreement text before the installation starts. The user must agree with this License to proceed.
3. In the Window area, Specifies the User License Agreement Text. The text can be English/French using codes (placed in the text body) that permit you to define conditional portions. A conditional portion begins with #if and ends with a #endif. If a text line is not in a conditional portion, it is always displayed.
Example:
#if ENGLISH
.. Text using english language ..
#endif
.. Text always displayed ..
#if FRENCH
.. Text using french language ..
#endif
You can also specify macros that will be automatically replaced by its related variable text at runtime (see below). A macro must be specified between brackets {..} :
{CompanyName} - You company name.
{ScreenSaverTitle} - The screen saver title.
{InstalledScrFileName} - The full pathname of the installed screen saver.
4. Click on the Load text button to load a User License Agreement text from an external TXT file
5. Click on the Save text button to save the User License Agreement text to an external TXT file
6. Click on the Load Default text button to replace the current User License Agreement text by the default Axialis Screen Saver Producer text. The current text will be overwritten.